home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / tgdev301.zip / TEXT_PDF.DOC < prev    next >
Text File  |  1996-06-09  |  3KB  |  50 lines

  1.  
  2.   (* Protocol definition file - *.PDF
  3.  
  4.   This file is a simple text file containing one (or several) protocol
  5.   definitions.  These definition files can be imported into Telegard to be
  6.   used as a default protocol configuration.  Following are the accepted
  7.   keywords for this file; any other lines are considered comments and
  8.   won't be parsed.
  9.  
  10.   PROTOCOL    <string>                   { Protocol description (25) }
  11.  
  12.   BATCH       <Y/N>                      { Batch protocol? }
  13.   UPLOAD      <string>                   { Upload command (60) }
  14.   DOWNLOAD    <string>                   { Download command (60) }
  15.   ENVIRONMENT <string>                   { Environment command (60) }
  16.   ULCODE1     <string>                   { Upload result code }
  17.   DLCODE1     <string>                   { Download result code }
  18.                                          {   Single : Errorlevel }
  19.                                          {   Batch  : Log Result }                                          
  20.   SUCCESS     <Y/N>                      { Result codes = success }
  21.  
  22.                                          { Batch definitions only }
  23.   TEMPLOG     <string>                   { Temp. log file for results }
  24.   FILELIST    <string>                   { Batch "list" indicator }
  25.   LOG_FILE    <num>                      { Word position of filename }
  26.   LOG_RESULT  <num>                      { Word position of result }
  27.   ULCODE2     <string>                   { Upload result codes }
  28.   ULCODE3     <string>                   {   more... }
  29.   DLCODE2     <string>                   { Download result codes }
  30.   DLCODE3     <string>                   {   more... }
  31.   BIDIREC     <Y/N>                      { Bi-directional protocol? }
  32.  
  33.   NOTE       <string>                    { Any line marked note will be }
  34.    :                                     { sent to the user when the }
  35.    :                                     { protocol is first setup - }
  36.    :                                     { these could be related to }
  37.    :                                     { specific hardware, software } 
  38.   NOTE       <string>                    { esp: EXTERNAL SETTINGS }
  39.                                          { /GLOBAL SWITCHES }
  40.  
  41.   The protocol definition files may also be created by exporting a configured
  42.   setup to an .PDF file.  If you do not find a protocol listed in the
  43.   TELEGARD.PDF file (default protocol definitions), then please export your
  44.   configuration and attach to the closest beta/support site.
  45.  
  46.   The first keyword for any protocol definition must be PROTOCOL.  The
  47.   definition for that protocol follows that keyword.
  48.   *)
  49.  
  50.